type github.com/jackc/pgx/v5/pgtype.wrapAnyPtrStructScanPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L931: 		return &wrapAnyPtrStructScanPlan{}, &w, true
		pgtype.go#L937: type wrapAnyPtrStructScanPlan struct {
		pgtype.go#L941: func (plan *wrapAnyPtrStructScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L943: func (plan *wrapAnyPtrStructScanPlan) Scan(src []byte, target any) error {